home *** CD-ROM | disk | FTP | other *** search
/ Grande Enciclopedia Della Salute 3 / grande salute 3.iso / Setup / _EE856~3.cab / _EE856D1B278A11D68B2400A0CCC387BF / CALCIO_LAF.json < prev    next >
JavaScript Object Notation  |  2000-06-20  |  479b

  1. {
  2.     "schema": {
  3.         "Cont": "Long Integer",
  4.         "Sport": "Text (30)",
  5.         "Attivita": "Text (30)",
  6.         "Tempo": "Integer",
  7.         "Giorno": "Text (3)",
  8.         "Volte": "Integer",
  9.         "Tipo": "Text (10)",
  10.         "Calorie": "Single",
  11.         "Incremento": "Single",
  12.         "DayIncr": "Single"
  13.     },
  14.     "data": [
  15.         {
  16.             "Sport": "CALCIO (ALLENAMENTO)",
  17.             "Tempo": 60,
  18.             "Giorno": "GIO",
  19.             "Volte": 0,
  20.             "Tipo": "SPOGIOR",
  21.             "Calorie": 252,
  22.             "Incremento": 1.1,
  23.             "DayIncr": 1.1
  24.         },
  25.         {
  26.             "Sport": "CALCIO (PARTITA)",
  27.             "Tempo": 60,
  28.             "Giorno": "SAB",
  29.             "Volte": 0,
  30.             "Tipo": "SPOGIOR",
  31.             "Calorie": 660,
  32.             "Incremento": 1.2,
  33.             "DayIncr": 1.2
  34.         }
  35.     ]
  36. }